From: Ian Campbell Date: Tue, 27 Mar 2012 12:52:51 +0000 (+0100) Subject: xl: do not include xenctrl.h X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=69c48b169edf58da83de632ad124867da2698a8f;p=xen.git xl: do not include xenctrl.h Toolstacks which use libxl should not need to use libxc. Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index df9b1e7528..2b148147f9 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -26,7 +26,6 @@ #include #include #include -#include #include "libxl.h" #include "libxl_utils.h"